-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Animal Crossing: Happy Home Designer DataStore protocol #42
Conversation
Phew! All done! |
datastore/ac-happy-home-designer/types/data_store_get_meta_by_owner_id_param.go
Outdated
Show resolved
Hide resolved
datastore/ac-happy-home-designer/types/data_store_get_meta_by_unique_id_param.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Daniel López Guimaraes <[email protected]>
As much as we appreicate you taking the time to implement these things, I have mentioned already that none of this work you're doing is going to be used. We no longer wish to have game-specific protocols in this library, opting to implement them on a per-server basis, and removing them from here as that happens. Which means none of this will ever actually see the light of day. I know this was a lot of work, but this is the exact reason why the "approved issues" system was put in place. To avoid people doing work which we won't use/aren't interested in. |
Oh, ok... whoops. Well, good practice I guess. |
Resolves #76
Changes:
Implements Animal Crossing: Happy Home Designer's additional methods to the Data Store protocol.
I have read and agreed to the Code of Conduct.
I have read and complied with the contributing guidelines.
What I'm implementing was an approved issue.
I have tested all of my changes.